From ab2228d19262026f3688669f3a8912912e02c8dc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 20 Apr 2005 22:37:15 +0000 Subject: [PATCH] Add another test case to make sure subst fixes don't break template safety --- maintenance/parserTests.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index c3a730bec0..0303c2135d 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1465,6 +1465,22 @@ This template has in it. !! end +!! article +Template:dangerous +!!text +Oh no +!!endarticle + +!!test +(confirming safety of fix for subst bug 1936) +!! input +{{Template:dangerous}} +!! result +

Oh no +

+!! end + + ### ### Message transform tests ### -- 2.20.1